home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0198 / AMOSLIST / text0150.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.5 KB  |  34 lines

  1. It was on the night of 29-Jan-98, when no creatures were stirring, and all was
  2. silent. Suddenly, geosync@mail.ozemail.com.au jumped out from behind a rock
  3. and wouldnt stop shouting about "Strings and Things" until I was forced to
  4. knock them out:
  5. »-> Hello all,
  6.  
  7. »-> As I`m developing a program sometimes I want to go to the Direct mode
  8. »-> and check the contents of strings.  But lately I`ve been getting strange
  9. »-> results.
  10. »-> If I want to look at the contents of F$(x) and I look at say F$(1) it
  11. »-> displays the correct string but if I try F$(12) or something higher I
  12. »-> get the actual AMOS code being printed on the screen with control chars
  13. »-> doing strange things like wiping text and redrawing etc.
  14.  
  15. Ive had this problem a lot. I found a couple of ways to prevent it was to give
  16. it a rather high SET BUFFER command at the top (to give you more variable
  17. space than actualy needed) plus I checked my code and removed anything that
  18. would poke and peek around any variables with VARPTR. After some messing, it
  19. just disappeared as fast as it came, hehe. I also used to get it with
  20. particulay large strings.
  21.  
  22. Andrew "Mushroom" Kellett
  23. --
  24.  Email: Andy Kellett <mushypd@redrose.net>  Team *AMOS* + IAPA Team *AMIGA*
  25.   alt.religion.amos - AMOS now on usenet! AMOS Mailinglist also mirrored
  26.  
  27.      World's Largest AMOS Homepages - http://www.mushy-pd.demon.co.uk
  28.                Official F1 Software Distributor for the USA
  29.  
  30.          Massive FTP site with AMOS/C64 and Mods/Samples + more at
  31.                             mushy-pd.dyn.ml.org
  32.  
  33.  
  34.